home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Erotic Games: Memory
/
Erotic Games: Memory.iso
/
mac
/
air_installers
/
AdobeAIR.exe
/
setup.swf
/
scripts
/
mx
/
events
/
CollectionEventKind.as
< prev
next >
Wrap
Text File
|
2009-02-12
|
805b
|
35 lines
package mx.events
{
import mx.core.mx_internal;
use namespace mx_internal;
public final class CollectionEventKind
{
public static const ADD:String = "add";
public static const REMOVE:String = "remove";
public static const UPDATE:String = "update";
public static const MOVE:String = "move";
mx_internal static const EXPAND:String = "expand";
public static const REPLACE:String = "replace";
mx_internal static const VERSION:String = "3.0.0.0";
public static const REFRESH:String = "refresh";
public static const RESET:String = "reset";
public function CollectionEventKind()
{
super();
}
}
}